*** empty log message ***
authorOwen Taylor <otaylor@src.gnome.org>
Sun, 22 Jul 2001 21:03:03 +0000 (21:03 +0000)
committerOwen Taylor <otaylor@src.gnome.org>
Sun, 22 Jul 2001 21:03:03 +0000 (21:03 +0000)
docs/reference/ChangeLog
docs/reference/gtk/tmpl/gtksignal.sgml

index 3c8ff66ad3d24af2eafcc7940dbd6d83ddc62bb7..b986641e89a6adee3177d7f2d6ba74537883f53f 100644 (file)
@@ -1,3 +1,8 @@
+Sun Jul 22 17:01:34 2001  Owen Taylor  <otaylor@redhat.com>
+
+       * gtk/tmpl/gtksignal.sgml: Fix missing not
+       (Skip Montanaro, #56361)
+
 Wed Jul  4 22:53:33 2001  Owen Taylor  <otaylor@redhat.com>
 
        * gtk/tmpl/gtkplug.sgml gtk/tmpl/gtksocket.sgml: Some
index 52c116c2669424ee67fa86a75fde108134a0ac42..1b92dc0edf5e095c0b2202389d2e1b34a09e0ebc 100644 (file)
@@ -31,7 +31,7 @@ from being run.)
 </para>
 <para>
 Signals are used by everyone, but they are only
-created on a per class basis-- so you should call
+created on a per class basis-- so you should not call
 call gtk_signal_new() unless you are writing
 a new #GtkObject type.  However, if you want to make a new signal
 for an existing type, you may use gtk_object_class_user_signal_new()